home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
600 Games
/
600games.iso
/
Acao
/
DomonicDefence4.swf
/
scripts
/
frame_1
/
PlaceObject2_92_1
/
CLIPACTIONRECORD onClipEvent(enterFrame).as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2005-09-27
|
282 b
|
13 lines
onClipEvent(enterFrame){
loading = _parent.getBytesLoaded();
total = _parent.getBytesTotal();
percent = loading / total * 100;
per = int(percent);
percentage = per + "%";
loadBar._width = per;
if(percent > 99)
{
this.gotoAndStop(3);
}
}